home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 23 / turnkey.zip / TURNKEY.DOC < prev   
Text File  |  1987-02-05  |  2KB  |  63 lines

  1. Documentation for TURNKEY 2.0
  2.  
  3. Turnkey is distributed under the Shareware concept.  If you decide to use
  4. it, please register by sending $25 to the author:
  5.  
  6.                               Dave Donegan
  7.                               6 Salem Road
  8.                            Atkinson, NH 03811
  9.  
  10. Registration entitles you to two free updates and a clear conscience.
  11. (Site licenses are also available, inquire for terms).
  12.  
  13. *******************************************************************************
  14.  
  15. Turnkey is intended to give the user a simplified view of an IBM compatible
  16. microcomputer.  Entering TK (or optionally, having TK as the last line of
  17. the autoexec.bat file) will display the menu choices (which were previously
  18. defined using TK -edit) and allow the user to run a program simply by moving
  19. the cursor over their choice and hitting enter.
  20.  
  21. Requirements:    256K memory, a hard disk, and DOS 2.0 or later.
  22.  
  23.                      Quick Start Instructions
  24.                      ------------------------
  25.  
  26. Step 1:  Installation
  27.  
  28. Type    TKinst     installs Turnkey to Drive C.
  29.  
  30.  
  31. Step 2:  Define the menu choices
  32.  
  33. Type    TK -edit    and then choose to edit the menu choices.
  34.  
  35. This lets you define what the user sees.  For example, you might define the
  36. following 4 menu choices (you can define a maximum of 20):
  37.  
  38.                   Run the Lotus 1-2-3 Spreadsheet
  39.                   Word Processing with Microsoft Word
  40.                   Telecommunications with CrossTalk
  41.                   Exit to DOS
  42.  
  43.  
  44. Step 3:  Define the menu actions for each menu choice
  45.  
  46. Now you must edit the menu actions for each menu choice.  Let's say you edit
  47. the actions for "Run the Lotus 1-2-3 Spreadsheet".  You might define the
  48. actions as follows:
  49.  
  50.              [1]      cd \lotus
  51.              [2]      123
  52.              [3]      cd \
  53.              [4]      tk
  54.  
  55. Line [1] changes the directory to lotus, presumably where Lotus 1-2-3
  56. resides.  Line [2] runs 123.  The user will then be able to use 1-2-3 as
  57. normal (Turnkey uses NO memory), and when the user quits out of 1-2-3, lines
  58. [3] and [4] will bring up the Turnkey menu again.
  59.  
  60. You would similarly edit the actions for the other 3 menu choices.
  61.  
  62. Step 4:  Type TK and see if it works the way you want!
  63.